github.com/andybalholm/brotli.Reader.max_run_length_prefix (field)

5 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L986: 				s.max_run_length_prefix = (bits >> 1) + 1
		decode.go#L989: 				s.max_run_length_prefix = 0
		decode.go#L1000: 			var alphabet_size uint32 = *num_htrees + s.max_run_length_prefix
		decode.go#L1014: 			var max_run_length_prefix uint32 = s.max_run_length_prefix
		state.go#L154: 	max_run_length_prefix       uint32